Digital Wanderer

We live as long as we fly

Cycling Trip - Heatmap of my bicycle rides up to 2015

Made using Google maps and Fusion table technologies

A set of user interface elements for controlling the map or view, consisting of a circular navigation joystick with arrows, a vertical zoom slider, and various icon buttons, including plus and minus signs, an image of a house, a briefcase, and an accessibility icon.
Map Data
Map data ©2016 Google
A set of user interface elements for controlling the map or view, consisting of a circular navigation joystick with arrows, a vertical zoom slider, and various icon buttons, including plus and minus signs, an image of a house, a briefcase, and an accessibility icon.
Map DataMap data ©2016 Google
Map data ©2016 Google
A set of user interface icons including a round button, red and gray markers, arrows, location and history icons, as well as fullscreen and close buttons.
Four rows of gray symbols are arranged on a white background: two rows of plus signs and two rows of hyphens. The shades of the symbols vary from very dark to almost white.
Four rows of gray symbols are arranged on a white background: two rows of plus signs and two rows of hyphens. The shades of the symbols vary from very dark to almost white.
A set of icons depicting orange little figures on gray circles with arrows pointing in different directions, as well as separate circles with arrows. On the right are variations of little figures decreasing in size and changing color (from orange to gray), and figures in motion with large angular arrows (up, down, left, right).
A set of icons depicting orange little figures on gray circles with arrows pointing in different directions, as well as separate circles with arrows. On the right are variations of little figures decreasing in size and changing color (from orange to gray), and figures in motion with large angular arrows (up, down, left, right).
A set of icons depicting orange little figures on gray circles with arrows pointing in different directions, as well as separate circles with arrows. On the right are variations of little figures decreasing in size and changing color (from orange to gray), and figures in motion with large angular arrows (up, down, left, right).
Map
On top is an image of planet Earth from space against a starry sky; below is a graphic diagram with stylized human figures of different colors and abstract symbols.
Satellite
On top is an image of planet Earth from space against a starry sky; below is a graphic diagram with stylized human figures of different colors and abstract symbols.
<script>

function initMap() { var map = new google.maps.Map(document.getElementById('map'), { center: {lat: 56, lng: 26}, zoom: 8 });

var layer = new google.maps.FusionTablesLayer({ query: { select: 'lat,lon', from: '1vr5lIu9IqVPZGtbiDtcwoWatdjHzmLtB9911G2xr' // from:'11ZdMjZkyjWJZ6JgVDesv2o-cpouM3oKCV110ak4A'

},
heatmap: {
  enabled: true
}

});

layer.setMap(map); }

</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAIpxglIRNGCytjuj4zOwa4x-Q4K42xbxo&amp;callback=initMap&amp;signed_in=true" async="" defer="">
</script>